home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000100_news@columbia.edu_Mon Aug 7 12:55:36 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17479
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 7 Aug 1995 08:55:42 -0400
  3. Received: by apakabar.cc.columbia.edu id AA07653
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 7 Aug 1995 08:55:40 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit/UUencoding corruption
  9. Date: 7 Aug 1995 12:55:36 GMT
  10. Organization: Columbia University
  11. Lines: 20
  12. Message-Id: <4052g8$7f3@apakabar.cc.columbia.edu>
  13. References: <ssrossi.3.05BEEDA5@ucsd.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Keywords: C-Kermit 4E(072), VMS 5.0, uuencode, Mac, VAX
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <ssrossi.3.05BEEDA5@ucsd.edu>, S. S. Rossi <ssrossi@ucsd.edu> wrote:
  19.  
  20. : Can anyone tell me whether running a more recent ver. of C-Kermit on a VAX
  21. : will eliminate corruption of uuencoded files that are transferred via Kermit
  22. : from Mac clients ? C-Kermit, 4E (072) is presently on the VAX server. The
  23. : VAX is running VMS 5.0. Only Mac uuencoded files show corruption -
  24. : DOS/Windows uuencoded and "Kermitted" files do not ? ? ? Two different Mac
  25. : communication programs (containing Kermit) result in the same corruption:
  26. : Mac 320 and VersaTerm Pro. The corruption consists of truncation every 7-th
  27. : line - where full justification is required; indicating a buffer or packet
  28. : size limit when receiving from Mac-Kermits?
  29. :
  30. Your Mac software is a little too smart for its own good.  Uuencode format
  31. has the unfortunate property that records can include trailing blanks.
  32. Evidently your software thinks it is doing you a favor by stripping them.
  33.  
  34. Real Kermit software does not do this.  Whatever its other faults, Mac Kermit
  35. will leave trailing blanks alone.
  36.  
  37. - Frank